[INFO] fetching crate sje 0.0.9...
[INFO] fixing sje-0.0.9 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate sje 0.0.9 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate sje 0.0.9
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate sje 0.0.9
[INFO] tweaked toml for crates.io crate sje 0.0.9 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate sje 0.0.9 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate sje 0.0.9 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded sje_derive v0.0.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0
[INFO] running `Command { std: "docker" "start" "093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_json v1.0.138
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking clap_builder v4.5.27
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]     Checking is-terminal v0.4.15
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking clap v4.5.28
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]     Checking sje v0.0.9 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde v1.0.217
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> benches/ticker.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> benches/ticker.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[sje(object)]
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[sje(rename = "e", len = 10)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[sje(rename = "u", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[sje(rename = "s")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[sje(rename = "b")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[sje(rename = "B")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[sje(rename = "a")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> tests/decoder.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[sje(rename = "A")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[sje(rename = "T", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/ticker.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[sje(rename = "E", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::ListenKeyExpiredDecoder`, `crate::TradeDecoder`
[INFO] [stdout]   --> tests/decoder.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |     use crate::{ListenKeyExpiredDecoder, Trade, TradeDecoder};
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^         ^^^^^^^^^^^^ no `TradeDecoder` in the root
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 no `ListenKeyExpiredDecoder` in the root
[INFO] [stdout]    |
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]    |
[INFO] [stdout] 43 -     use crate::{ListenKeyExpiredDecoder, Trade, TradeDecoder};
[INFO] [stdout] 43 +     use crate::{ListenKeyExpired, Trade, TradeDecoder};
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> tests/custom.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> tests/decoder.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[sje(object)]
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> tests/decoder.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[sje(rename = "e", len = 5)]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> tests/decoder.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[sje(rename = "E", len = 13)]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> tests/array_of_objects.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[sje(rename = "s")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:13:7
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[sje(rename = "t", len = 10)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[sje(rename = "p")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/custom.rs:16:3
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[sje(object)]
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[sje(rename = "q")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> tests/iter.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/custom.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[sje(rename = "p", ty = "string")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[sje(rename = "b", len = 11)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `TickerDecoder` in this scope
[INFO] [stdout]   --> benches/ticker.rs:47:26
[INFO] [stdout]    |
[INFO] [stdout] 47 |             let ticker = TickerDecoder::decode(JSON).unwrap();
[INFO] [stdout]    |                          ^^^^^^^^^^^^^ use of undeclared type `TickerDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[sje(rename = "a", len = 11)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> tests/array_of_objects.rs:4:3
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[sje(object)]
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[sje(rename = "T", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> tests/array_of_objects.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[sje(rename = "s")]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 |     #[sje(rename = "m")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> tests/array_of_objects.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[sje(rename = "a")]
[INFO] [stdout]   |       ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> benches/trade.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:30:3
[INFO] [stdout]    |
[INFO] [stdout] 30 | #[sje(object)]
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/array_of_objects.rs:14:3
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[sje(object)]
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[sje(rename = "e", len = 16, offset = 1)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/array_of_objects.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[sje(rename = "t")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/array_of_objects.rs:19:7
[INFO] [stdout]    |
[INFO] [stdout] 19 |     #[sje(rename = "u", decoder = true)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[sje(rename = "E", ty = "string", len = 13, offset = 1)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/decoder.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 |     #[sje(rename = "listenKey", offset = 1)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]  --> benches/trade.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[sje(object)]
[INFO] [stdout]   |   ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:11:7
[INFO] [stdout]    |
[INFO] [stdout] 11 |     #[sje(rename = "e", len = 5)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:14:7
[INFO] [stdout]    |
[INFO] [stdout] 14 |     #[sje(rename = "E", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PositionUpdateDecoder` in this scope
[INFO] [stdout]   --> tests/array_of_objects.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 27 |     let update = PositionUpdateDecoder::decode(json.as_bytes()).unwrap();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `PositionUpdateDecoder`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 27 -     let update = PositionUpdateDecoder::decode(json.as_bytes()).unwrap();
[INFO] [stdout] 27 +     let update = PositionUpdate::decode(json.as_bytes()).unwrap();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 |     #[sje(rename = "s")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:20:7
[INFO] [stdout]    |
[INFO] [stdout] 20 |     #[sje(rename = "t", len = 10)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/iter.rs:29:3
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[sje(object)]
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:23:7
[INFO] [stdout]    |
[INFO] [stdout] 23 |     #[sje(rename = "p")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (test "custom") due to 4 previous errors
[INFO] [stdout] error[E0433]: cannot find type `TradeDecoder` in this scope
[INFO] [stdout]   --> tests/custom.rs:26:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     let trade = TradeDecoder::decode(json.as_bytes()).unwrap();
[INFO] [stdout]    |                 ^^^^^^^^^^^^ use of undeclared type `TradeDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 |     #[sje(rename = "q")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (test "array_of_objects") due to 8 previous errors
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/iter.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[sje(rename = "e", len = 11)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 |     #[sje(rename = "b", len = 11)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 |     #[sje(rename = "a", len = 11)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:35:7
[INFO] [stdout]    |
[INFO] [stdout] 35 |     #[sje(rename = "T", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/iter.rs:34:7
[INFO] [stdout]    |
[INFO] [stdout] 34 |     #[sje(rename = "b")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/trade.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[sje(rename = "m")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> tests/iter.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[sje(rename = "a")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `sje_derive`
[INFO] [stdout]  --> benches/l2_update.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use sje_derive::Decoder;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `sje_derive`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `sje_derive`, use `cargo add sje_derive` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (test "decoder") due to 17 previous errors
[INFO] [stdout] error[E0433]: cannot find type `TradeDecoder` in this scope
[INFO] [stdout]   --> benches/trade.rs:50:25
[INFO] [stdout]    |
[INFO] [stdout] 50 |             let trade = TradeDecoder::decode(JSON).unwrap();
[INFO] [stdout]    |                         ^^^^^^^^^^^^ use of undeclared type `TradeDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (bench "ticker") due to 12 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:53:3
[INFO] [stdout]    |
[INFO] [stdout] 53 | #[sje(object)]
[INFO] [stdout]    |   ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:56:7
[INFO] [stdout]    |
[INFO] [stdout] 56 |     #[sje(rename = "e", len = 11)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:59:7
[INFO] [stdout]    |
[INFO] [stdout] 59 |     #[sje(rename = "E", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `L2UpdateDecoder` in this scope
[INFO] [stdout]   --> tests/iter.rs:46:22
[INFO] [stdout]    |
[INFO] [stdout] 46 |         let update = L2UpdateDecoder::decode(
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ use of undeclared type `L2UpdateDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 |     #[sje(rename = "T", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (bench "trade") due to 13 previous errors
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 |     #[sje(rename = "s")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `L2UpdateDecoder` in this scope
[INFO] [stdout]   --> tests/iter.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |             L2UpdateDecoder::decode(br#"{"e":"depthUpdate","b":[["2.6461","6404.9"]],"a":[["2.6461","6404.9"]]}"#)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^ use of undeclared type `L2UpdateDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:68:7
[INFO] [stdout]    |
[INFO] [stdout] 68 |     #[sje(rename = "U", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `L2UpdateDecoder` in this scope
[INFO] [stdout]   --> tests/iter.rs:86:22
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let update = L2UpdateDecoder::decode(br#"{"e":"depthUpdate","b":[],"a":[]}"#).unwrap();
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ use of undeclared type `L2UpdateDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:71:7
[INFO] [stdout]    |
[INFO] [stdout] 71 |     #[sje(rename = "u", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `L2UpdateDecoder` in this scope
[INFO] [stdout]    --> tests/iter.rs:101:22
[INFO] [stdout]     |
[INFO] [stdout] 101 |         let update = L2UpdateDecoder::decode(
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^ use of undeclared type `L2UpdateDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:74:7
[INFO] [stdout]    |
[INFO] [stdout] 74 |     #[sje(rename = "pu", len = 13)]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 |     #[sje(rename = "b")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `sje` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 |     #[sje(rename = "a")]
[INFO] [stdout]    |       ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `sje` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (test "iter") due to 9 previous errors
[INFO] [stdout] error[E0433]: cannot find type `L2UpdateDecoder` in this scope
[INFO] [stdout]   --> benches/l2_update.rs:92:29
[INFO] [stdout]    |
[INFO] [stdout] 92 |             let l2_update = L2UpdateDecoder::decode(JSON).unwrap();
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^ use of undeclared type `L2UpdateDecoder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `sje` (bench "l2_update") due to 12 previous errors
[INFO] running `Command { std: "docker" "inspect" "093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0", kill_on_drop: false }`
[INFO] [stdout] 093770a8b97f49d29b4f7306faba6624f79300c7e1f1c8b2da1be3f825c046f0
